GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-07T09:09:23.6402312+00:00",
"SubmitDate": "2026-04-07T09:09:23.6402312+00:00",
"ReportPeriodStart": "2026-04-07T09:09:23.6402312+00:00",
"ReportPeriodEnd": "2026-04-07T09:09:23.6402312+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5430553a-3235-4c5e-8b69-47ac8e985da5",
"Rows": [
{
"ItemId": "7e916d14-4986-4ca1-8a9d-6958f54ff584",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e916d14-4986-4ca1-8a9d-6958f54ff584",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5430553a-3235-4c5e-8b69-47ac8e985da5",
"Rows": [
{
"ItemId": "7e916d14-4986-4ca1-8a9d-6958f54ff584",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e916d14-4986-4ca1-8a9d-6958f54ff584",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"71f11364-2e95-49cf-9a0e-1764aea0b7e8",
"49e0df9d-63e0-4d8e-b92a-79ebfab8a814"
],
"Approvers": [
"ac40c0c2-8a84-43f8-a774-7a70ec1e2b0f",
"c110342a-6c7e-48ee-a6af-edd29fb43a49"
],
"ApprovedBy": "bfbdcde3-575c-449b-ba91-dded2d5d11b9",
"ApprovalDate": "2026-04-07T09:09:23.6402312+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f89dd0c3-4570-4fc7-8b80-5db00725888c",
"id": "a1ef8352-4a04-441d-b240-1e389e4a8f6f",
"ConfigId": "448ebde8-bdbb-44a6-9012-6d09f01b4efd"
},
{
"GenerationDate": "2026-04-07T09:09:23.6402312+00:00",
"SubmitDate": "2026-04-07T09:09:23.6402312+00:00",
"ReportPeriodStart": "2026-04-07T09:09:23.6402312+00:00",
"ReportPeriodEnd": "2026-04-07T09:09:23.6402312+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5430553a-3235-4c5e-8b69-47ac8e985da5",
"Rows": [
{
"ItemId": "7e916d14-4986-4ca1-8a9d-6958f54ff584",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e916d14-4986-4ca1-8a9d-6958f54ff584",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5430553a-3235-4c5e-8b69-47ac8e985da5",
"Rows": [
{
"ItemId": "7e916d14-4986-4ca1-8a9d-6958f54ff584",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e916d14-4986-4ca1-8a9d-6958f54ff584",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"71f11364-2e95-49cf-9a0e-1764aea0b7e8",
"49e0df9d-63e0-4d8e-b92a-79ebfab8a814"
],
"Approvers": [
"ac40c0c2-8a84-43f8-a774-7a70ec1e2b0f",
"c110342a-6c7e-48ee-a6af-edd29fb43a49"
],
"ApprovedBy": "bfbdcde3-575c-449b-ba91-dded2d5d11b9",
"ApprovalDate": "2026-04-07T09:09:23.6402312+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f89dd0c3-4570-4fc7-8b80-5db00725888c",
"id": "a1ef8352-4a04-441d-b240-1e389e4a8f6f",
"ConfigId": "448ebde8-bdbb-44a6-9012-6d09f01b4efd"
}
]